home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1998 / MacHack 1998.toast / The Hacks! / Interim Executive Decision / Outline Table Demo / sources / SendFinderOpen.h < prev   
Encoding:
Text File  |  1998-06-21  |  639 b   |  25 lines  |  [TEXT/CWIE]

  1. // File Object Handler Utilities for the WASTE Text Engine
  2. // Part of the WASTE Object Handler Library by Michael Kamprath, kamprath@kagi.com
  3. // maintenance by John C. Daub
  4. //
  5. // v1.2 28 March 1996,  Cleaned up the file with precompiler directives, removing potential
  6. //                        warning messages
  7.  
  8. // Adapted slightly for use in the PowerPlant "Outline Table Demo" application - jcd
  9.  
  10.  
  11. #ifndef __PROCESSES__
  12. #include <Processes.h>
  13. #endif
  14.  
  15. #ifdef __cplusplus
  16. extern "C" {
  17. #endif
  18.  
  19. OSErr SendFinderOpenAE(FSSpec *theDoc);
  20. OSErr FindAProcess( OSType typeToFind, OSType creatorToFind, ProcessSerialNumberPtr processSN);
  21.  
  22. #ifdef __cplusplus
  23. }
  24. #endif
  25.